include

Purpose

The include component is used to include the output generated by another servlet. The servlet could be anything including JSF, JSP and even another ZUML page.

Examples

<z:window title="include demo" border="normal" width="300px">
    Hello, World!
    <z:include src="/test.gsp"/>
</z:window>

Description

Attributes

ZK Official Reference

Component Reference

Show include Component Reference

Java API

Show include Java API